Full-Stack

Welcome Portfolio Projects Contact
↑ Go Back ↑

Login script

Login script

Install login script

This file is executed at startup:

~/.bashrc

Just add your bash commands to the end of the file.

Create @reboot cron task

Edit cron

crontab -e

Add conjob

Add a line like this to your cron to automatically start the given script at startup.

@reboot /path/to/script